home *** CD-ROM | disk | FTP | other *** search
/ Virtual Top Model / Virtual Top Model - Disc 1.iso / modulos / mod-3.dxr / 00004_Bucle principal.ls < prev    next >
Encoding:
Text File  |  1997-04-01  |  150 b   |  11 lines

  1. on exitFrame
  2.   global objMovie
  3.   objMovie(mUpdate)
  4.   if rollOver(3) then
  5.     objMovie(mMouseOver)
  6.   else
  7.     rollboton()
  8.   end if
  9.   go(the frame)
  10. end
  11.